home *** CD-ROM | disk | FTP | other *** search
- // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
- // see COPYRIGHT for reuse legalities
- //
-
- #import <appkit/appkit.h>
-
- #import "RIBCommand.h"
-
- @interface RIBTranslate:RIBCommand
- {
- RtFloat dx, dy, dz;
- RtMatrix myMatrix;
- }
-
- - setDX:(RtFloat)newDX dy:(RtFloat)newDY dz:(RtFloat)newDZ;
- - getDX:(RtFloat *)dxPtr dy:(RtFloat *)dyPtr dz:(RtFloat *)dzPtr;
-
-
- @end
-